Package com.cisco.pt.ipc.sim.impl
Class AsaWebvpnUserInfoImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.AsaWebvpnUserInfoImpl
- All Implemented Interfaces:
IPCObject,AsaWebvpnUserInfo
Information provided by the PKI file:
\class AsaWebvpnUserInfo
\brief AsaWebvpnUserInfo manipulates clientless VPN users on ASA devices.
\example network().getDevice("ASA0").getWebvpnUserManager().getClientlessVpnUserAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionAsaWebvpnUserInfoImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddBookmark(String bookmarkName, String url) Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:voidsetBookmarkName(String title) Information provided by the PKI file:voidsetPolicyName(String name) Information provided by the PKI file:voidsetProfileName(String name) Information provided by the PKI file:voidsetUrlName(String url) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
AsaWebvpnUserInfoImpl
public AsaWebvpnUserInfoImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
addBookmark
Information provided by the PKI file:
\brief Adds a bookmark with the specified name and URL. /param bookmarkName, the title of the bookmark. /param url, the URL of the bookmark. \return bool, true if the bookmark was added successfully, otherwise false.- Specified by:
addBookmarkin interfaceAsaWebvpnUserInfo- Parameters:
bookmarkName- Takes in a parameter of bookmarkNameurl- Takes in a parameter of url- Returns:
- boolean Returns a boolean
-
setProfileName
Information provided by the PKI file:
\brief Sets the name of the profile. /param name, the name of the profile.- Specified by:
setProfileNamein interfaceAsaWebvpnUserInfo- Parameters:
name- Takes in a parameter of name
-
setPolicyName
Information provided by the PKI file:
\brief Sets the name of the group policy. /param name, the name of the group policy.- Specified by:
setPolicyNamein interfaceAsaWebvpnUserInfo- Parameters:
name- Takes in a parameter of name
-
setBookmarkName
Information provided by the PKI file:
\brief Sets the title of the bookmark. /param title, the title of the bookmark.- Specified by:
setBookmarkNamein interfaceAsaWebvpnUserInfo- Parameters:
title- Takes in a parameter of title
-
setUrlName
Information provided by the PKI file:
\brief Sets the URL of the bookmark. /param url, the URL of the bookmark.- Specified by:
setUrlNamein interfaceAsaWebvpnUserInfo- Parameters:
url- Takes in a parameter of url
-
getUserName
Information provided by the PKI file:
\brief Returns the username of this clientless VPN user. \return string, the username of this clientless VPN user.- Specified by:
getUserNamein interfaceAsaWebvpnUserInfo- Returns:
- String Returns a String
-
getProfileName
Information provided by the PKI file:
\brief Returns the profile name of this clientless VPN user. \return string, the profile name of this clientless VPN user.- Specified by:
getProfileNamein interfaceAsaWebvpnUserInfo- Returns:
- String Returns a String
-
getPolicyName
Information provided by the PKI file:
\brief Returns the group policy name of this clientless VPN user. \return string, the group policy name of this clientless VPN user.- Specified by:
getPolicyNamein interfaceAsaWebvpnUserInfo- Returns:
- String Returns a String
-
getBookmarkName
Information provided by the PKI file:
\brief Returns the title of the bookmark of this clientless VPN user. \return string, the title of the bookmark of this clientless VPN user.- Specified by:
getBookmarkNamein interfaceAsaWebvpnUserInfo- Returns:
- String Returns a String
-
getUrlName
Information provided by the PKI file:
\brief Returns the URL of the bookmark of this clientless VPN user. \return string, the URL of the bookmark of this clientless VPN user.- Specified by:
getUrlNamein interfaceAsaWebvpnUserInfo- Returns:
- String Returns a String
-